home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFDT / TFDT.txt
Text File  |  2002-03-16  |  2KB  |  116 lines

  1. object fDT: TfDT
  2.   Left = 224
  3.   Top = 171
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Date / Time'
  7.   ClientHeight = 135
  8.   ClientWidth = 318
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 8
  22.     Top = 108
  23.     Width = 75
  24.     Height = 21
  25.     Caption = 'Ok'
  26.     Default = True
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -9
  30.     Font.Name = 'Verdana'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 236
  38.     Top = 108
  39.     Width = 75
  40.     Height = 21
  41.     Caption = 'Cancel'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -9
  45.     Font.Name = 'Verdana'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     TabOrder = 1
  49.     OnClick = Button2Click
  50.   end
  51.   object GroupBox1: TGroupBox
  52.     Left = 8
  53.     Top = 8
  54.     Width = 305
  55.     Height = 89
  56.     TabOrder = 2
  57.     object Label1: TLabel
  58.       Left = 16
  59.       Top = 26
  60.       Width = 26
  61.       Height = 13
  62.       Caption = 'Date:'
  63.     end
  64.     object Label2: TLabel
  65.       Left = 16
  66.       Top = 54
  67.       Width = 26
  68.       Height = 13
  69.       Caption = 'Time:'
  70.     end
  71.     object label3: TEdit
  72.       Left = 50
  73.       Top = 23
  74.       Width = 121
  75.       Height = 21
  76.       TabOrder = 0
  77.     end
  78.     object label4: TEdit
  79.       Left = 50
  80.       Top = 51
  81.       Width = 121
  82.       Height = 21
  83.       TabOrder = 1
  84.     end
  85.     object RadioButton1: TRadioButton
  86.       Left = 198
  87.       Top = 21
  88.       Width = 99
  89.       Height = 17
  90.       Caption = 'Date'
  91.       TabOrder = 2
  92.       OnClick = RadioButton1Click
  93.     end
  94.     object RadioButton2: TRadioButton
  95.       Left = 198
  96.       Top = 38
  97.       Width = 99
  98.       Height = 18
  99.       Caption = 'Time'
  100.       TabOrder = 3
  101.       OnClick = RadioButton2Click
  102.     end
  103.     object RadioButton3: TRadioButton
  104.       Left = 198
  105.       Top = 56
  106.       Width = 99
  107.       Height = 17
  108.       Caption = 'Date and Time'
  109.       Checked = True
  110.       TabOrder = 4
  111.       TabStop = True
  112.       OnClick = RadioButton3Click
  113.     end
  114.   end
  115. end
  116.